home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Mac OS 8.5 Updaters / RealPC⁄Soft Windows / RealPC / RealPC Upgrade Disk / INSIGNIA / FOR_W95 / INF / ISLMOUSE.INF < prev    next >
Encoding:
Windows Setup INFormation  |  1998-08-24  |  2.1 KB  |  83 lines

  1. ; SCCSID = @(#)u.islmouse.inf    1.1 11/28/95
  2. ;
  3. ; ISLMOUSE.INF
  4. ;  Required by Windows 95 for installing mouse drivers, and
  5. ;  to update SYSTEM.INI and the registry with information
  6. ;  pertinent to the driver.
  7. ;
  8. ; Copyright (C) 1995 Insignia Solutions PLC
  9. ;  Created 10/7/95 by PMG
  10. ;  Enhanced 1995/08/03 by Mike Tozer
  11.  
  12. [Version]
  13. Signature="$CHICAGO$"
  14. Class=Mouse
  15. Provider=%Mfg%
  16.  
  17. [Manufacturer]
  18. %Mfg%=InsigniaMfg
  19.  
  20. [InsigniaMfg]
  21. %*ISL0F0D.DeviceDesc%=Insignia,*ISL0F0D,*PNP0F0D
  22.  
  23. [DestinationDirs]
  24. DefaultDestDir = 11        ; LDID_SYS
  25. Insignia.Copy  = 11        ; LDID_SYS
  26. INF.Copy       = 17        ; LDID_INF
  27.  
  28. [SourceDisksNames]
  29. 1="Insignia Solutions Windows Drivers",,0
  30.  
  31. [SourceDisksFiles]
  32. spcmswm.drv=1
  33. insignia.386=1
  34.  
  35. [Prev.DelReg]
  36. HKR,,DevLoader
  37. HKR,,MouseDriver
  38. HKR,,MouseType
  39. HKR,,ComInfo
  40. ;;;HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Mouse\shellex\PropertySheetHandlers\DriverPages"
  41.  
  42. ; -------------- Insignia mouse
  43. [Insignia]
  44. DelReg=Prev.DelReg
  45. AddReg=Std.AddReg, Insignia.AddReg
  46. CopyFiles=Insignia.Copy
  47. UpdateInis=Insignia.Ini
  48. UpdateIniFields=Insignia.UpdateIniFields
  49. LogConfig=Insignia.LogConfig
  50.  
  51. [Insignia.AddReg]
  52. HKR,,DevLoader,,*vmouse
  53. HKR,,MouseType,,"%*ISL0F0D.DeviceDesc%"
  54. HKR,,NoSetupUI,,1
  55.  
  56. [Insignia.LogConfig]        
  57. ConfigPriority=HARDWIRED
  58. IOConfig=23c-23f(3ff::)
  59. IRQConfig=9
  60.  
  61. [Insignia.UpdateIniFields]
  62. win.ini, windows, load, *gui.exe,,1        ; Genius MouseMate
  63. win.ini, windows, load, *wbuttons.exe,,1    ; Logitech MouseWare
  64. win.ini, windows, load, *xpoint.exe,,1        ; NEC / LCS Mouse Options
  65.  
  66. [Insignia.Copy]
  67. spcmswm.drv
  68. insignia.386
  69.  
  70. [Insignia.Ini]
  71. ; n.b. we shouldn't have to reset the display driver to 'spcmswd.drv'
  72. ; here, but unless we do, Windows 95 seems to reset it to 'pnpdrvr.drv'
  73. ; for some reason ....
  74. system.ini,boot,"mouse.drv=*","mouse.drv=spcmswm.drv"
  75. system.ini,boot,"display.drv=*","display.drv=spcmswd.drv"
  76. system.ini,boot.description,"mouse.drv=*","mouse.drv=%*ISL0F0D.DeviceDesc%"
  77. system.ini,386Enh,"mouse=*","mouse=*vmd"
  78. system.ini,386Enh,,"device=insignia.386"
  79.  
  80. [strings]
  81. Mfg="Insignia Solutions"
  82. *ISL0F0D.DeviceDesc="Insignia Solutions Mouse"
  83.